home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / bluej.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  2004-09-14  |  9.3 KB  |  302 lines

  1. object MainForm: TMainForm
  2.   Left = 113
  3.   Top = 523
  4.   ActiveControl = GoodVM
  5.   BorderStyle = bsDialog
  6.   Caption = 'BlueJ Launcher'
  7.   ClientHeight = 373
  8.   ClientWidth = 552
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 240
  26.     Width = 121
  27.     Height = 13
  28.     Caption = 'Invalid Java versions'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object StartMessage1: TLabel
  37.     Left = 72
  38.     Top = 8
  39.     Width = 473
  40.     Height = 13
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Filled in with message'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object StartMessage2: TLabel
  52.     Left = 72
  53.     Top = 24
  54.     Width = 473
  55.     Height = 13
  56.     Alignment = taCenter
  57.     AutoSize = False
  58.     Caption = 'Second Line'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object StartMessage3: TLabel
  67.     Left = 72
  68.     Top = 40
  69.     Width = 473
  70.     Height = 13
  71.     Alignment = taCenter
  72.     AutoSize = False
  73.     Caption = 'Third Line'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.   end
  81.   object Image1: TImage
  82.     Left = 8
  83.     Top = 8
  84.     Width = 57
  85.     Height = 49
  86.     Center = True
  87.     Picture.Data = {<image001.bmp>}
  88.     Transparent = True
  89.   end
  90.   object Label2: TLabel
  91.     Left = 232
  92.     Top = 176
  93.     Width = 48
  94.     Height = 13
  95.     Caption = 'Language'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     Visible = False
  103.   end
  104.   object LaunchButton: TButton
  105.     Left = 416
  106.     Top = 168
  107.     Width = 129
  108.     Height = 25
  109.     Caption = 'Launch BlueJ'
  110.     Default = True
  111.     Enabled = False
  112.     TabOrder = 0
  113.     OnClick = LaunchButtonClick
  114.   end
  115.   object SearchButton: TButton
  116.     Left = 336
  117.     Top = 208
  118.     Width = 209
  119.     Height = 25
  120.     Caption = 'Search drives for all Java versions...'
  121.     TabOrder = 1
  122.     OnClick = SearchButtonClick
  123.   end
  124.   object GoodVM: TListView
  125.     Left = 8
  126.     Top = 64
  127.     Width = 537
  128.     Height = 97
  129.     Columns = <
  130.       item
  131.         AutoSize = True
  132.         Caption = 'Path'
  133.         MinWidth = 200
  134.       end
  135.       item
  136.         Caption = 'Version'
  137.         MinWidth = 120
  138.         Width = 120
  139.       end>
  140.     ReadOnly = True
  141.     RowSelect = True
  142.     ShowColumnHeaders = False
  143.     TabOrder = 2
  144.     ViewStyle = vsReport
  145.     OnExit = GoodVMExit
  146.     OnSelectItem = GoodVMSelectItem
  147.   end
  148.   object BadVM: TListView
  149.     Left = 7
  150.     Top = 256
  151.     Width = 538
  152.     Height = 97
  153.     Columns = <
  154.       item
  155.         AutoSize = True
  156.         Caption = 'Path'
  157.         MinWidth = 200
  158.       end
  159.       item
  160.         Caption = 'Reason'
  161.         MinWidth = 200
  162.         Width = 200
  163.       end>
  164.     TabOrder = 3
  165.     ViewStyle = vsReport
  166.   end
  167.   object StatusBar: TStatusBar
  168.     Left = 0
  169.     Top = 354
  170.     Width = 552
  171.     Height = 19
  172.     Panels = <>
  173.     SimplePanel = True
  174.     Visible = False
  175.   end
  176.   object BrowseButton: TButton
  177.     Left = 8
  178.     Top = 208
  179.     Width = 209
  180.     Height = 25
  181.     Caption = 'Browse for a specific Java version...'
  182.     TabOrder = 5
  183.     OnClick = BrowseButtonClick
  184.   end
  185.   object AdvancedSimpleButton: TBitBtn
  186.     Left = 8
  187.     Top = 168
  188.     Width = 129
  189.     Height = 25
  190.     Caption = 'Advanced'
  191.     TabOrder = 6
  192.     TabStop = False
  193.     OnClick = AdvancedSimpleButtonClickToSimple
  194.     Style = bsNew
  195.     Spacing = 14
  196.   end
  197.   object LanguageComboBox: TComboBox
  198.     Left = 232
  199.     Top = 192
  200.     Width = 97
  201.     Height = 21
  202.     Style = csDropDownList
  203.     ItemHeight = 13
  204.     ItemIndex = 0
  205.     TabOrder = 7
  206.     Text = 'English'
  207.     Visible = False
  208.     Items.Strings = (
  209.       'English'
  210.       'Afrikaans'
  211.       'Chinese'
  212.       'Czech'
  213.       'French'
  214.       'German'
  215.       'Italian'
  216.       'Japanese'
  217.       'Korean'
  218.       'Portuguese'
  219.       'Spanish'
  220.       'Swedish')
  221.   end
  222.   object OpenDialog1: TOpenDialog
  223.     Filter = 'Must be a java executable (java.exe)|java.exe'
  224.     Left = 408
  225.     Top = 232
  226.   end
  227.   object ImageList1: TImageList
  228.     Height = 13
  229.     Width = 9
  230.     Left = 376
  231.     Top = 232
  232.     Bitmap = {
  233.       494C010102000400040009000D00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  234.       0000000000003600000028000000240000000D00000001002000000000005007
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       0000000000000000000000000000000000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000424D3E000000000000003E00000028000000240000000D00000001000100
  295.       00000000680000000000000000000000000000000000000000000000FFFFFF00
  296.       FFFFC00000000000007BC000000000000071C0000000000080E0C00000000000
  297.       C1C0400000000000E380000000000000F780000000000000007BC00000000000
  298.       0071C0000000000080E0C00000000000C1C0400000000000E380000000000000
  299.       F78000000000000000000000000000000000000000000000000000000000}
  300.   end
  301. end
  302.